Flags Information
The collection item ID for flags information is defined in the following enumeration:
enum { gxFlagsTag = 'flag' };QuickDraw GX stores flags information in the following structure:
struct gxFlagsInfo{ long flags; };QuickDraw GX defines paper-type object flags in the following enumeration:
Field Description
flags
- The flags information for a paper-type object. A flag is a bit position that indicates the system software version used to create a paper-type object.
enum { gxOldPaperTypeFlag = 0x00800000, gxNewPaperTypeFlag = 0x00400000, gxOldAndNewPaperTypeFlag= 0x00C00000, gxDefaultPaperTypeFlag = 0x00100000, };Constant descriptions
gxOldPaperTypeFlag
- A paper type used only with applications that do not support QuickDraw GX printing.
gxNewPaperTypeFlag
- A paper type used only with applications that do support QuickDraw GX printing.
gxOldAndNewPaperTypeFlag
- A paper type used with applications that support QuickDraw GX printing and with those that do not.
gxDefaultPaperTypeFlag
- The default paper type.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help